home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 August / macformat-053.iso / mac / Demos / Acacia Educational Multimedia / RESULTS.Dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-04-15  |  253 b   |  15 lines

  1. on exitFrame
  2.   global gQuitDown
  3.   if rollOver(8) then
  4.     if gQuitDown then
  5.       nothing()
  6.     else
  7.       set the memberNum of sprite 8 to 16
  8.     end if
  9.   else
  10.     set gQuitDown to 0
  11.     set the memberNum of sprite 8 to 15
  12.   end if
  13.   go(the frame)
  14. end
  15.